home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
WINDOWS
/
CLIPSTAC.ARJ
/
CLIPSTAC.MAK
< prev
next >
Wrap
Text File
|
1992-03-27
|
1KB
|
33 lines
DEBUGOPT=-v
#DEBUGOPT2=-vi
OPTS=-WS
#-O2
HDROPT=-H=clipstac.sym
COMPILER=bcc
clipstac.exe: clipstac.obj winapp.lib clipstac.res
$(COMPILER) -Qx $(DEBUGOPT) $(OPTS) $(HDROPT) clipstac.obj winapp.lib
rc clipstac.res clipstac.exe
clipstac.obj: clipstac.cpp winapp.h windlg.h winmsg.h clipstac.h csapi.h arraymgr.h cursor.h clipbrd.h
$(COMPILER) $(DEBUGOPT) $(OPTS) $(HDROPT) -c clipstac
clipstac.res: clipstac.rc clipstac.dlg clipstac.ico clpstac2.ico csabout.dlg cshelp.dlg
rc -r clipstac.rc
winapp.lib: winapp.obj windlg.obj file.obj findfile.obj
tlib winapp /c -+winapp -+windlg -+file -+findfile
winapp.obj: winapp.h winapp.cpp winmsg.h
$(COMPILER) $(DEBUGOPT) $(OPTS) $(HDROPT) -c winapp
windlg.obj: windlg.h windlg.cpp winapp.h winmsg.h
$(COMPILER) $(DEBUGOPT) $(OPTS) $(HDROPT) -c windlg
file.obj: file.h file.cpp findfile.h stddefs.h
$(COMPILER) $(DEBUGOPT) $(OPTS) $(HDROPT) -c file
findfile.obj: findfile.h findfile.cpp stddefs.h
$(COMPILER) $(DEBUGOPT2) $(OPTS) $(HDROPT) -c findfile